home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / LIB / Imakefile next >
Encoding:
Makefile  |  1998-08-12  |  291 b   |  14 lines

  1.  
  2. /* Copyright (c) Mark J. Kilgard, 1995. */
  3.  
  4. #define IHaveSubdirs
  5. #define PassCDebugFlags
  6.  
  7. /* NOTE: The fglut directory is GLUT FORTRAN bindings which are */
  8. /* specific to IRIX 5.x.  See ../README.fortran */
  9.  
  10. SUBDIRS = glut mui gle glsmap
  11.  
  12. MakeSubdirs($(SUBDIRS))
  13. DependSubdirs($(SUBDIRS))
  14.